Trang web dự án năm cuối sử dụng CSS HTML5

1 /*!
2  * Author: James Qiu
3  */

4 .team-photo{
5     width: 160px;
6     height: 160px;
7     border-radius: 80px;
8     margin-bottom: 10px;
9 }
10
11 #contact p{
12     color: grey;
13     margin-bottom: 0px;
14 }
15
16 .team-contact{
17     
/*display: none;*/
18 }
19
20 .team-contact-mid{
21     display: none;
22 }
23
24 #progress {
25     background-color: #
456990;
26 }
27
28 .box{
29     background-color: #F05F40 !important;
30     display: table-cell;
31     border-radius:5px;
32     padding: 5px;
33     margin-bottom: 5px;
34 }
35 .text{
36     color:white;
37     text-align:center;
38     padding: 5px;
39     margin-top: 3px;
40     margin-left: 5px;
41     margin-right: 5px;
42 }
43
44 .wrapper {
45     display: table;
46     width:
100%;
47 }
48
49 .middle {
50     display: table-cell;
51     width:
3%;
52 }
53
54 @media (max-width: 770px){
55     .not-available{
56         display: none;
57     }
58 }
59
60 @media (max-width: 900px) {
61     .wrapper {
62         display: inline-block;
63     }
64
65     .box {
66         display: inline-block;
67     }
68 }


Gõ tìm kiếm nhanh...